Include crypt(3) implementation for MSVC
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 1 Jul 2013 12:52:45 +0000 (14:52 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 1 Jul 2013 12:52:45 +0000 (14:52 +0200)
commitfb6f34e499097228860a8258d3cb0857a23ebdd1
tree14fe6c5b5141f8ac92f63b8e11ef453ece65921b
parent2268e9d6c98c89fd42ee643aeadc6ab971178a49
Include crypt(3) implementation for MSVC

This adds a crypt(3) implementation for use with broadwayd as Visual Studio
does not support crypt(3) out of the box.

The public domain implementation is taken from the following URL,
http://michael.dipperstein.com/crypt/, where AFAICT this implementation
would not be subject to licensing restrictions that would prevent it from
being bundled.
build/win32/Makefile.am
build/win32/crypt/Makefile.am [new file with mode: 0644]
build/win32/crypt/crypt.h [new file with mode: 0644]
build/win32/crypt/crypt3.c [new file with mode: 0644]
configure.ac